home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / nn.zip / DEBUG.H < prev    next >
C/C++ Source or Header  |  1989-06-28  |  427b  |  18 lines

  1. /*
  2.  *    Debug flags and defines
  3.  *
  4.  *    Notice:  no modules are conditioned by this file in the
  5.  *         makefile.  touch the source file to have a change
  6.  *         in debugging setup to reflect the program behaviour
  7.  */
  8.  
  9.  
  10. /* debugging */
  11.  
  12. #define RC_TEST        1    /* rc file updates */
  13. #define DG_TEST        2     /* digest decoding */
  14. #define SEQ_TEST    4    /* sequence file decoding */
  15. #define SEQ_DUMP    8    /* dump sequence after read */
  16.  
  17. extern int Debug;
  18.